home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-mpc.dcr / 00033_SKIP.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  126 b   |  13 lines

  1. on mouseUp
  2.   puppetSound(2, "Clicker")
  3.   go("out")
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12. end
  13.